How to Install pythontracer software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install pythontracer software package in Ubuntu 14.04 LTS (Trusty Tahr)

pythontracer software package provides Python programs execution tracer and profiler, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install pythontracer 

pythontracer is installed in your system.

Make ensure the pythontracer package were installed using the commands given below,

$ sudo dpkg-query -l | grep pythontracer *

You will get with pythontracer package name, version, architecture and description in a table

pythontracer package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Python
Package pythontracer
Version 8.10.16-1.1
Description Python programs execution tracer and profiler
Sub Section Python


See Also, How to uninstall or remove pythontracer software package from Ubuntu 14.04 LTS (Trusty Tahr)?